Welcome![Sign In][Sign Up]
Location:
Search - image decompression algorithm

Search list

[Compress-Decompress algrithmsmpeg2-2

Description: 有关MPEG的应用教程,包括视频图象的压缩与解压缩,及其他图象处理算法.-A teaching tool about MPEG, including video compression and decompression and other image processing algorithm.
Platform: | Size: 248944 | Author: 新华 | Hits:

[GDI-Bitmapenergy-v1.1.src.tar

Description: 一种基于能量最小化的图像分割算法,相关论文曾经获得最佳论文奖。(用winrar解压)-based on the minimum energy of image segmentation algorithm, the relevant papers had best paper award. (Using WinRAR decompression)
Platform: | Size: 4259 | Author: 王选 | Hits:

[Compress-Decompress algrithmsmpeg2-2

Description: 有关MPEG的应用教程,包括视频图象的压缩与解压缩,及其他图象处理算法.-A teaching tool about MPEG, including video compression and decompression and other image processing algorithm.
Platform: | Size: 248832 | Author: 新华 | Hits:

[GDI-Bitmapenergy-v1.1.src.tar

Description: 一种基于能量最小化的图像分割算法,相关论文曾经获得最佳论文奖。(用winrar解压)-based on the minimum energy of image segmentation algorithm, the relevant papers had best paper award. (Using WinRAR decompression)
Platform: | Size: 4096 | Author: 王选 | Hits:

[matlabcontrolimage1

Description: 分形图像压缩原始算法,包括压缩和解压。 根据Jacin的分块压缩原理-fractal image compression original algorithm, including compression and decompression. According to the sub-block Jacin compression Principle
Platform: | Size: 1024 | Author: 刘斌 | Hits:

[Compress-Decompress algrithmsHuffman_Arithmetic

Description: 我用C++编写的Huffman压缩解压算法,可以对文本及*.bmp图像进行压缩解压-I use C++ to the Huffman compression decompression algorithm, and the text can*. bmp image compression decompression
Platform: | Size: 19456 | Author: 普明 | Hits:

[OtherJPEGFPGADSPbyQHLee

Description: JPEG静止图像压缩解压缩标准的硬件实现及其改进算法的研究 这是本人做图像压缩时收藏的一个比较经典的硕士论文,希望对大家有参考价值-JPEG still image compression decompression standard hardware and improved algorithm of this is my doing Image Compression collection of a more classic master's thesis, we hope to be a valuable reference
Platform: | Size: 2798592 | Author: QHLee | Hits:

[Compress-Decompress algrithmsdivx(decoding)

Description: 图像解压缩算法,经调试无误后上传。适合自学参考。-Image decompression algorithm, the correct debug after the upload. Suitable for self-reference.
Platform: | Size: 32768 | Author: 班素荣 | Hits:

[Special EffectsSPIHT(Matlab)

Description: 基于图象小波变换的图象编码的经典算法.程序中包括压缩和解压缩的过程,有可执行的示例.-Image-Based Wavelet Transform Image Coding Algorithm classic. Procedures, including compression and decompression process, the sample has executable.
Platform: | Size: 974848 | Author: | Hits:

[Internet-NetworkPicture.Translate.Of.Remote.Desktop.Control

Description: 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-First, use the TCP protocol to transmit data. Reason: better stability. Two, the use of byte data stream for transmission, the reasons: A: VB s String existence automatic Unicode conversion question, effects of speed B: can directly send 8-bit byte data, Does not need to use Base64 encoding, thereby reducing the encoding time. Three, the use of GIF-LZW compression algorithm for image compression. Rationale: A: Run-Length Coding, Huffman compression algorithm compression ratio is too low B: JPEG compression algorithm required too many bit computing, and computing a large quantity (MMX has specialized optimization algorithm), VB is not conducive to implementation C: GIF-LZW compression algorithm compression ratio is better, and I have come up with efficient under VB grammar GIF-LZW compression/decompression algorithm. Four, use the "orderly jitter" algorithm for color quantization. Rationale: "orderly jitter" must deal with the results of reg
Platform: | Size: 54272 | Author: whoamixp | Hits:

[VC/MFCHuffman

Description: 使用Huffman算法实现图像的压缩和解压-Huffman algorithm using image compression and decompression
Platform: | Size: 21504 | Author: 吻火 | Hits:

[Graph programjpeg2000jieyasuo

Description: jpeg2000图片格式的解压缩算法实现-jpeg2000 image format decompression algorithm
Platform: | Size: 7633920 | Author: 徐晔 | Hits:

[Compress-Decompress algrithmsImageCompressed

Description: 利用霍夫曼编码算法对数字图像进行压缩及解压缩处理,解压出来的图像与源图像几乎完全一致,峰值信噪比为无穷大-The use of Huffman coding algorithm for digital image compression and decompression processing, extracting images from the source image is almost exactly the same infinite PSNR
Platform: | Size: 168960 | Author: tianjieyu | Hits:

[2D Graphicwavecompression

Description: The following implementation steps have been made for the devised algorithm, which is based on 2D-wavelet. 1. Reading an image of either gray scale or RGB image. 2. Converting the image into grayscale if the image is RGB. 3. Decomposition of images using wavelets for the level N. 4. Selecting and assigning a wavelet for compression. 5. Generating threshold coefficients using Birge-Massart strategy. 6. Performing the image compression using wavelets. 7. Computing and displaying the results such as compressed image, retained energy and Zero coefficients. 8. Decompression the image based on the wavelet decomposition structure. 9. Plotting the reconstructed image. 10. Computing and displaying the size of original image, compressed image and decompressed image.
Platform: | Size: 1024 | Author: fer | Hits:

[Mathimatics-Numerical algorithmsToolbox

Description: Toolbox-图像去噪及解压算法工具箱 -Toolbox-image denoising and decompression algorithm toolbox Toolbox-image denoising and decompression algorithm toolbox
Platform: | Size: 640000 | Author: 韦健 | Hits:

[Linux-Unixjpeg

Description: 压缩包的内容包括:1.有关JPEG和DPCM算法的文章;2.实现其算法的压缩程序3.有关图像压缩方面的资料。读者请注意: <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件格式,任何视图软件都可以打开。DPCM方法中的解 压缩程序将数据仍然存成com格式,可以将其转成PGM格式观看,压缩包中由com转为PGM格式的程序。 <4>所有的C程序均是在Linux(Rethat7.3)下完成。-Compressed package includes: 1. The JPEG and DPCM algorithm article 2. To achieve its compression algorithm procedure 3. The image compression information. Readers please note: <1> discussed here is the gray image compression does not involve color images. <2> to achieve compression, the input image data using a custom format (com format), record the first four bytes of the image width and height, and then is gradually Line of image data, image mark the beginning and no end. This format of image data is obtained from the BMP image. <3> There are no procedures for JPEG decompression algorithm, compressed data stored as a standard JPEG file format, you can open in any view. DPCM method of solution Compressed program data is still stored as com format, you can watch it turn into a PGM format, compressed in the com format to PGM program. <4> All the C programs are in Linux (Rethat7.3) to complete.
Platform: | Size: 1811456 | Author: shikaichang | Hits:

[Compress-Decompress algrithmsSPIHT

Description: spiht图像压缩与解压缩算法流程详解及其算法实现-spiht image compression and decompression algorithm flow Explanation and Its Algorithm
Platform: | Size: 268288 | Author: 付之一笑 | Hits:

[Software Engineeringjpeg-production

Description: JPEG图片解压算法说明,以及如何转换为位图-JPEG image decompression algorithm description, and how to convert a bitmap
Platform: | Size: 83968 | Author: wandanling | Hits:

[Internet-NetworkNetTran

Description: (利用GIF_LZW算法实现的)网络图片传输 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(Using GIF_LZW algorithm) network picture transmission one, use the TCP protocol to transfer data. Reasons: good stability. Second, the use of byte data stream for transmission reasons: A: VB' s String automatic Unicode conversion problem exists, impact speed B: You can directly send 8 bytes of data, do not need to use Base64 encoding, thereby reducing the encoding time. Third, the use of GIF-LZW compression algorithm to compress the image. Rationale: A: run-length encoding, Huffman compression algorithm compression rate is too low : JPEG compression algorithm requires too many bit operations, and the large amount of computation (specifically MMX optimization algorithm), and not conducive to the realization of VB C: GIF-LZW compression algorithm The compression ratio is better, and I have come up with the VB syntax efficient GIF-LZW compression/decompression algorithm. Ordered dithering algorithm for color quantization. The reason: " ordered dithering" the results of trea
Platform: | Size: 133120 | Author: 霍小刘 | Hits:

[Compress-Decompress algrithmsimage-compression-final

Description: DCT算法对图像进行压缩解压,并且计算压缩比-The DCT algorithm to calculate the compression ratio for image compression decompression
Platform: | Size: 95232 | Author: wish | Hits:
« 12 3 »

CodeBus www.codebus.net